home *** CD-ROM | disk | FTP | other *** search
/ Interplay's Learn to Program Basic (Review Copy) / Learn to Program Basic Review Copy (Interplay)(June 23, 1998).ISO / pc / ltpbasic / refxmpl / mid$.bas < prev    next >
BASIC Source File  |  1998-04-07  |  50b  |  4 lines

  1. Let Name$ = "Porcupine"
  2. Print Mid$ (name$, 5, 4)
  3.  
  4.